-
Notifications
You must be signed in to change notification settings - Fork 343
Update to latest commit of argo-rollouts-manager '4619e3168941619f554e3f987ad440589838c7a3' #994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest commit of argo-rollouts-manager '4619e3168941619f554e3f987ad440589838c7a3' #994
Conversation
1611bce to
d788912
Compare
…e3f987ad440589838c7a3' Signed-off-by: Jonathan West <jonwest@redhat.com>
Signed-off-by: Jonathan West <jonwest@redhat.com>
Signed-off-by: Jonathan West <jonwest@redhat.com>
d788912 to
9d65e90
Compare
Signed-off-by: Jonathan West <jonwest@redhat.com>
23a205f to
a8dd2bf
Compare
|
/retest |
| @@ -1,4 +1,4 @@ | |||
| package sequential | |||
| package parallel | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved some tests from sequential to parallel, in order to reduce the amount of time it takes the sequential E2E tests to run.
I have verified that all of these tests are 'safe' to run in parallel
| // - I'm not aware of a way to detect when this has completed, so instead I am inserting a 15 second pause. | ||
| // - If anyone has a better way of doing this, let us know. | ||
| // time.Sleep(15 * time.Second) | ||
| // TODO: Uncomment this once the sequential test suite timeout has increased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will uncomment this on another PR when we increase the sequential test timeout
|
|
||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra spaces will be automatically removed next time upgrade-rollouts-manager runs
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jannfis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
35d543b
into
redhat-developer:master
…e3f987ad440589838c7a3' (redhat-developer#994) * Update to latest commit of argo-rollouts-manager '4619e3168941619f554e3f987ad440589838c7a3' Signed-off-by: Jonathan West <jonwest@redhat.com> * Log additional debug logs on failure of 1-040 Signed-off-by: Jonathan West <jonwest@redhat.com> * chore: Move parallelizable tests to parallel Signed-off-by: Jonathan West <jonwest@redhat.com> * chore: increase Ginkgo sequential timeout slightly: Signed-off-by: Jonathan West <jonwest@redhat.com> --------- Signed-off-by: Jonathan West <jonwest@redhat.com> Signed-off-by: NAVEENA S <nas@redhat.com>
…mat (#997) * Update to latest commit of argo-rollouts-manager '4619e3168941619f554e3f987ad440589838c7a3' (#994) * Update to latest commit of argo-rollouts-manager '4619e3168941619f554e3f987ad440589838c7a3' Signed-off-by: Jonathan West <jonwest@redhat.com> * Log additional debug logs on failure of 1-040 Signed-off-by: Jonathan West <jonwest@redhat.com> * chore: Move parallelizable tests to parallel Signed-off-by: Jonathan West <jonwest@redhat.com> * chore: increase Ginkgo sequential timeout slightly: Signed-off-by: Jonathan West <jonwest@redhat.com> --------- Signed-off-by: Jonathan West <jonwest@redhat.com> Signed-off-by: NAVEENA S <nas@redhat.com> * Convert Kuttl test 1-098_validate_dex_clientsecret to Ginkgo test format Signed-off-by: NAVEENA S <nas@redhat.com> --------- Signed-off-by: Jonathan West <jonwest@redhat.com> Signed-off-by: NAVEENA S <nas@redhat.com> Co-authored-by: Jonathan West <jgwest@users.noreply.github.com> Co-authored-by: NAVEENA S <nas@redhat.com> Co-authored-by: Siddhesh Ghadi <61187612+svghadi@users.noreply.github.com>
Update to most recent 'argo-rollouts-manager' commit: argoproj-labs/argo-rollouts-manager@4619e31
I had to make some additional changes to E2E test as the sequential E2E tests were timing out. I have reached out to our team to increase the timoeout, but in the mean time I have moved some sequential tests to parallel.